home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / fractals / readme < prev    next >
Text File  |  1994-05-23  |  2KB  |  43 lines

  1.  
  2.  
  3. This directory contains pictures of subranges of the mandelbrot set.
  4. The format is 1140x890x8.  They are computed and colored using mandtool,
  5. an interactive program running under SunView at
  6.  
  7.   University of Karlsruhe
  8.   Department of Computer Science
  9.   Operating Systems Research Group
  10.  
  11.   76128 Karlsruhe / Germany
  12.  
  13. The filenames represent the hierarchy of subranges where we found these
  14. areas. The top level picture of the whole set is simply named '0', subranges
  15. selected within that picture are named 'a', 'b', 'c' and so on.
  16. Second level subranges selected within 'b' are named 'ba', 'bb' etc. I guess
  17. you got it by now. For keeping names shorter we (or mandtool) always
  18. compresses multiple occurences of the same letter to a count and the letter.
  19. For instance, the name 'abaaaabbc' is compressed to 'ab4a2ba'.
  20. (In this way the '0' represents no letter at all.)
  21.  
  22. The image size stems from the fact that our sun color frame buffers are
  23. 1152 pixels wide by 900 high. Then lose 5 pixel each side for the
  24. SunView frame and you have 1140x890.
  25.  
  26. The mandelbrot daemon calculates new pictures in the background,
  27. while mandtool is run only occasinally when new pictures have been
  28. calculated by the daemon. The daemon produces only the iteration values that
  29. can be (in this version) as high as 65535=2^15-1. The compression to an
  30. 8-bit color map is done interactively in mandtool, a process that still takes
  31. about a minute. The actual color map is also created/modified interactively,
  32. and it is this process of compressing the iteration values and coloring the
  33. image that creates/reveals much of the beauty in the mandelbrot set.
  34.  
  35. If there are any questions, please e-mail to ukrueger@ira.uka.de
  36.  
  37. Enjoy!
  38.  
  39. Uwe
  40.  
  41. Please note: All these pictures are subranges of the mandelbrot set. There are 
  42.          no pictures of julia sets in this directory!
  43.